home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3795 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  813 b 

  1. Path: gate.appsig.com!usenet
  2. From: sjs@jma.com (Sandeep Shetty)
  3. Newsgroups: comp.lang.c++
  4. Subject: Trouble with makefiles and templates.
  5. Date: 26 Jan 1996 03:03:17 GMT
  6. Organization: appsig.com
  7. Distribution: world
  8. Message-ID: <4e9g9l$ckf@gate.appsig.com>
  9. Reply-To: sjs@jma.com
  10. NNTP-Posting-Host: aries.appsig.com
  11.  
  12. Hi,
  13.  
  14.     I am having a hard time using my makefile when I have templated classes
  15. in my program.  I am using g++. When I use make, the thing yacks and says that
  16. I have multiple definitions of variables.  However, when I type the compile commands
  17. at the command line everything works fine.  Since I don't seem to have any problems 
  18. compiling other C++ programs with make,  I was wondering whether there is something
  19. special I have to do when compiling templated classes with make?
  20.  
  21.  
  22.  
  23.  
  24. ---
  25. Sandeep Shetty
  26.  
  27.